

BODY {
  font-family: Arial,Sans-serif;
  padding: 0;
  color: #000;
  margin-top:0px;
  background-color: #fff;
}

a {
  color: #000;
  background-color: inherit;
  text-decoration:none;
}

a:hover {
  color: #6aafff;
  background-color: inherit;

}

h1 {
  font-size: 200%;
  text-align: center;
  font-family: Arial,Sans-serif;
  color: #000000;
  background-color: inherit;
}

img {
	border: none;
}

h2 {
  font-size: 175%;
  text-align: center;
  font-family: Arial,Sans-serif;
  color: #000000;
  background-color: inherit;
}
p {
    margin:0;
    padding:5px 10px;
}

input[type="submit"] {
  background-color: #E9E9E9;
  padding:4px;
  margin:4px;
  color: #000000;
  border: 1px solid #3165A6;
}

input[type="submit"]:hover {
  background-color:  #E9E9E9;
  color:#colorhover;
}

.phpc-navbar a {
 // background-color: #F3F7FA;
  color: #000000;
//  border: 1px solid #3165A6;
}

.phpc-navbar img {

   border: 0px solid #3165A6;
}


.phpc-navbar a:hover {
//  background-color: #000000;
//  color: #F3F7FA;
}

.phpc-navbar {
  //margin: 1em 0 2em 0;
  text-align: center;
}

.phpc-navbar a {
  font-size: 70%;
  text-decoration: none;
  margin: 0;
  padding: 4px;
}

.phpc-main {
  font-size: 90%;
  border-style: solid;
  border-collapse: collapse;
  border-color: #3165A6;
  border-width: 1px;
  color: #000000;
  background-color: #F3F7FA;

}

table.phpc-main {
  width: 100%;
  margin:6px;

}

.phpc-main h2 {
  margin: 0;
  text-align: left;
//  background-color: #F3F7FA;
  padding: .25em;
  border-color: #3165A6;
  border-style: solid;
  border-width: 0 0 2px 0;
}

.phpc-main div {
  margin: .5em;
  font-weight: bold;

}

.phpc-main td {
  padding: 2px;

}

.phpc-main p {
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: #3165A6;
  padding: .5em;
  margin: 0;
  text-align: justify;
}

.data_event{
   color:#000000;
   font-weight:normal;
   font-size:80%;
}

caption {
  font-size: 175%;
  background-color: #FFF;
  padding: 4px;
  font-weight: bolder;
}

thead th {
  background-color: #3165A6;
  border-color: #6aafff;
  color: #ECEFF5;
  font-weight: bold;
}

thead {
  border: 1px solid #3165A6;
}

thead, tfoot {
  text-align: center;
}

#calendar td {
  border-style: solid;
  border-collapse: collapse;
  border-color: #3165A6;
  border-width: 1px;
  padding: .3em;
}
#calendar th {
  border-style: solid;
  border-collapse: collapse;
  border-color: #6aafff;
  color: #ECEFF5;
  border-width: 1px;
  padding: .5em;
  height: 50px;
}

table.phpc-main tbody th {
  text-align: right;

}

#calendar {
 /* table-layout: fixed; */
}

#calendar td {
  text-align: left;
  width: 140px;
  overflow: hidden;
}

td.past {
  background-color: #DEECF4;
  color: inherit;
}

td.future {
  background-color: #DEECF4;
  color: inherit;
}

td.today {
  background-color: #6aafff;
  color: inherit;

}
td.today a:hover{
  color: #FFF;
}


td.none {
  background-color: #E9E9E9;
  color: inherit;
}

table.phpc-main ul {
  margin: 2px;
  padding: 0;
  list-style-type: none;
  border-color: #3165A6;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  background-color: #F3F7FA;
  border-radius: 4px;
  -moz-border-radius:4px;
  -webkit-border-radius: 4px;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  opacity: .85;
  color:#000;

}

table.phpc-main li {
  font-size: 80%;
  font-weight: normal;
  padding: 0;
  border-color: #3165A6;
  border-style: solid;
  border-width: 0 0 2px 0;
  margin: 0;
}

table.phpc-main li a {
  display: block;
  text-decoration: none;
  padding: 2px;
}

table.phpc-main li a:hover {
  background-color:  #E9E9E9;
  color:  #111;
  text-decoration: none;
}

.date {
  font-size: 80%;
}
.phpc-list {
  border: 1px solid #3165A6;
  padding:2px;
}

.phpc-list-td {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  opacity: .85;
  border: 1px solid #3165A6;
  padding:2px;
}


.phpc-footer {
  text-align: right;
}

.phpc-button {
  text-align: center;
}

.phpc-add {
  float: right;
  text-align: right;
}

/* \*/ /*/
  #calendar {table-layout: auto;}
/* */


.phpc-tabs {
  margin: 1em 0 0em 0;
  width:98%;
}

.phpc-tabs a {
  font-size: 90%;
  text-decoration: none;
  margin: 0;
  padding: 4px;
  background-color: #F3F7FA;
  color: #000000;
  border: 1px solid #3165A6;
}

.phpc-tabs a:hover {
  font-size: 90%;
  text-decoration: none;
  margin: 0;
  padding: 4px;
  background-color: #FFF;
  color: #000000;
  border-bottom: 0px solid #3165A6;
}

.phpc-tabs-div {
  border: 0px solid #3165A6;
  width:100%;
}

.div_caption {
  font-size: 120%;
  color: #000000;
  padding: 2px;
  font-weight: bolder;
  border: 0px solid #3165A6;
}

div.send{
    float:left;
    width:220px;

    border:0px solid #BFCFD8;
    background-color:#3165A6;
    margin:0px;
    margin-bottom:10px;
}


a.send {
    color:#FFF;
    text-decoration:none;
    font-size: 11pt;
    font-family: Arial,Sans-serif;

}

a.send:hover{
    color:#6aafff;
}

.descripcion{
  font-size: 90%;
  font-family: Arial,Sans-serif;
}

.links{
  font-size: 90%;
  font-family: Arial,Sans-serif;
}

.links p{
    border: 0px;
    padding:1px;
}

.descripcion a{
   color:#111111;
   font-weight:bold;
}

/***************************** COUTRY MENU ******************************/

.country-tabs {
  margin: 0;
  width:220px;
  vertical-align:middle;

}

.country-tabs a {
  font-size: 100%;
  font-family: Arial,Sans-serif;
  font-weight:bold;
  text-decoration: none;
  text-align: center;
}


.country-tabs a:hover {
  text-decoration: none;
  color: #6aafff;

}

.country-tabs_div {
  border: 1px solid #3165A6;
}

.country_light{
    height:32px;
    padding: 0px;
    margin: 4px;
    text-align:center;
    vertical-align:middle;
  //  background:#FFF url(images/boton_white.jpg) no-repeat center left;
    background:#3165A6;
    border: solid 1px #006699;
}

.country_dark{
    height:32px;
    padding: 0px;
    margin: 4px;
    text-align:center;
    vertical-align:middle;
 //   background:#8CBF40  url(images/boton_green.jpg) no-repeat center left;
    background:#DEECF4;
    border: solid 1px #006699;
}


.country_light a{
    color:#ECEFF5;
}

.country_dark a{
    color:#3165A6;
}

.country_name{

    color:#3165A6;
    font-family : Georgia;
    font-size:24pt;
    text-shadow:0 0 3px #6AAFFF;


}


.country_menu a{
    display:block;
    color:#ECEFF5;
    font-family : Georgia;
    font-size:13pt;
    height:30px;
    width:100%;
    padding: 0px;
    margin: 0px;
    text-align:center;
  //  text-shadow:0 0 3px white;
    padding-top:5px;
    background:#3165A6;
    border: solid 1px #006699;
}

.country_menu a:hover{

    color:#3165A6;
    background:#ECEFF5;
    border: solid 1px #006699;
}

.country_menu2 a{
    display:block;
    color:#3165A6;
    font-family : Georgia;
    font-size:11pt;
    height:24px;
    width:100%;
    padding: 0px;
    margin: 0px;
    text-align:center;
   // text-shadow:0 0 3px white;
    padding-top:1px;
    background:#ECEFF5;
    border: solid 1px #006699;
}

.country_menu2 a:hover{

    color:#ECEFF5;
    background:#3165A6;
    border: solid 1px #006699;
}

.country-tabs2{
    width:220px;
}


/***********************************************************************/

.tools-navbar a:hover {
  background-color: #6aafff;
  color: #FFF;

}

.tools-navbar {
    margin-left:0;
    margin-right:0;
    margin-top:0;
    padding:3px;
    text-align:right;
    font-family: Arial,Sans-serif;
     border-radius: 8px;
    -moz-border-radius:8px 8px 8px 8px;
}

.tools-navbar a {
  font-size: 70%;
  text-decoration: none;
  margin: 0;
  padding: 4px;
}

.login-main {
  font-size: 80%;
  border-style: solid;
  border-collapse: collapse;
  border-color: #3165A6;
  border-width: 2px;
  color: #000000;
  background-color: #DEECF4;
  width: 90%;
  margin:10px;
  padding:10px;

}
.login-main a{
    text-align:right;
   /*  margin:10px; */
}
.table-main {
  font-size: 80%;
  border-style: solid;
  border-collapse: collapse;
  border-color: #3165A6;
  border-width: 2px;
  color: #000000;
  background-color: #DEECF4;
  width: 90%;
  margin:10px;
  margin-left:40px;
  text-align:left;
}

.table-main thead th{
    font-size: 120%;
    font-weight: bold;
    text-align:left;

}

.table-main tbody th {
  text-align: right;
  padding:6px;

}

.table-calendars {
  font-size: 80%;
  border-style: solid;
  border-collapse: collapse;
  border-color: #3165A6;
  border-width: 1px;
  color: #000000;
  background-color: #DEECF4;
  width: 95%;
  margin:4px;
  margin-left:40px;
  text-align:center;
}


.table-calendars thead th{
    font-size: 110%;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    background-color:#3165A6;
    border-color: #6aafff;
    padding: 3px;
}



/**************************************** MINI_CALENDAR  ********************************************************/

#calendar {
	width: 100%;
}

.cal {
	background:#B5C8CA;
	width: 100%;
        color: #3165A6;
}

.calhead {
        font-size: 12px;
        font-family: Arial,Sans-serif;
	font-weight:bold;
	height:24px;
	color: #A5FF22;
	background-color: #2376AA;
	vertical-align: middle;
	width:100%
}

.calhead img {
	border: none;
}


.dayhead {
	height: 25px;
	background: #FCFCFC;
	border-color:#EEE;
}

.dayhead td {
	text-align: center;
	color: #555;
	font:11px Arial,Tahoma,Verdana;
	font-weight:bold;
}

.dayrow {
	background: #FFF;
	height: 20px;
}

.dayrow td {
	width: 40px;
	color: #333;
	font-size: .7em;
}

.day {
	font:11px Arial,Tahoma,Verdana;
	text-align: center;
}

.dayover {
	background: #EEE;
	text-align: center;
}

.dayout {
	background: #FFF;
	text-align: center;
}

/***************************** DIV SEARCH ***********************************************************************/

.search_div{
    float:right;
    width:280px;
    font-size:80%;
    font-family: Arial,Sans-serif;
    margin-right:140px;
}


.search_bar{

    width:100%;
    font-size:110%;
    border: 1px solid #3165A6;
    background:transparent url(images/bgmundow4.jpg) no-repeat top right;
    margin-left:0px;
    margin-bottom:6px;
    text-align:right;
}

.search_text{
    font-size:80%;
    font-weight:bold;
    font-family: Arial,Sans-serif;
    align:right;

}

/***************************************** link_bar_footer ****************************************************/


div#nifty{
    align:center;
    margin:0px;
    background: #3165A6;
    color:#FFF;
    font-size:70%;
    font-weight:bold;
    font-family: Arial;
    border-radius: 8px;
    -moz-border-radius:8px 8px 8px 8px;
}

b.rtop, b.rbottom{
    display:block;
    background: #DEECF4;
}
b.rtop b, b.rbottom b{
    display:block;
    height: 1px;
    overflow: hidden;
    background:  #3165A6;
}
b.r1{margin: 0 5px;}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{
    margin: 0 1px;
    height: 2px;
}

div#nifty h5{
    color:#FFF;
    text-decoration:none;
    font-size:120%;
}
div#nifty a{
    color:#FFF;
    text-decoration:none;
}
div#nifty a:hover{
    color: #DEECF4;
    text-decoration:none;
}


b.rtopW, b.rbottomW{
    display:block;
    background: #FFF;
}
b.rtopW b, b.rbottomW b{
    display:block;
    height: 1px;
    overflow: hidden;
    background:  #3165A6;
}

 /****************************************** LINKS FARM ***********************************************************/

.links_bar{
    float:left;
    width:100%;
    font-size:80%;
    border: 1px solid #3165A6;
    margin-left:0px;
    background:#DEECF4;
}

#footer {display:block; }
#footer ul { margin: 0; padding: 0; list-style: none; display:block; }
#footer li { margin: 0; padding: 0; float:left; }
#footer li a {
    background-position:left center;
    background-repeat:no-repeat;
    color:#FFFFFF;
    padding:0 0 20px;
    display:block;
}


a.galiciapic {
    border:0px none;
    background-image:url(/images/120-gray-galicia.png);
    background-size: 86px;
    width:90px;
}
a.asturiaspic {
    border:0px none;
    background-image:url(/images/120-gray-asturias.png);
    background-size: 86px;
    width:90px;

}
a.cantabriapic {
    border:0px none;
    background-image:url(/images/120-gray-cantabria.png);
    background-size: 86px;
    width:90px;
}
a.castillaleonpic {
    border:0px none;
    background-image:url(/images/120-gray-castillayleon.png);
    background-size: 86px;
    width:90px;
}
a.madridpic {
    border:0px none;
    background-image:url(/images/120-gray-madrid.png);
    background-size: 86px;
    width:90px;
}
a.canariaspic {
    border:0px none;
    background-image:url(/images/120-gray-canarias.png);
    background-size: 86px;
    width:90px;
}
a.balearespic {
    border:0px none;
    background-image:url(/images/120-gray-baleares.png);
    background-size: 86px;
    width:90px;
}

a.andaluciapic {
    border:0px none;
    background-image:url(/images/120-gray-andalucia.png);
    background-size: 86px;
    width:90px;
}


/*************************************************************************************************************/
#msg{
    color: #3165A6;
    text-decoration:none;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight: bold;
}


#contenedor-articulos {
    width:310px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    color:#333333;
    position:absolute;
    background-color:#FFFFFF;
}


.listado a {
    font-size: 12px;
    color:black;
    text-decoration: none;
 }


 .listado h2 a {
    font-weight: bold;
    font-size: 13px;
 }

 .listado h2 {
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
    padding:0px;
    text-align:left;
 }


