@charset "utf-8";

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	size: 12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #333333;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
} 
a.blacklink {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color: #333333;
	font-weight: bold;
}

.blacklink {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color: #333333;
	font-weight: bold;
}
.blacklink:link {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color: #333333;
	font-weight: bold;
}


a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
}

a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	/*text-decoration:underline;*/
}

a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	text-decoration:underline;
	/*font-weight:bold;*/
}
	
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr_inside  #container {
	background-color: #E50D2E;
	text-align: left;
	width: 780px;
	margin: 0 auto;
	border: 0px solid #000000;
}
oneColFixCtrHdr_inside {
	background-color: #E50D2E;
	padding: 0 0px;
	width: 780px;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 780px;
	font-weight: bold;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FFFFFF;
	color: #E50D2E;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0 px;
	background-color: #FFFFFF;
	color: #E50D2E;
	font-weight: bold;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#E50D2E;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.dropmenu_linkinside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #E50D2E;
}


.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:0px solid black;
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height: 20px;
	z-index: 100;
	width: 205px;
	font-weight: bold;
	margin: 6px 0px 0px;
}


.anylinkcss a:link{
	color: #FFFFFF;
	background-color: #E50D2E;
	width: 100%;
	display: block;
	border-bottom: 0px solid black;
	padding: 0px 0;
	text-decoration: underline;
	font-weight:boldl;
	text-indent: 2px;
	
}
.anylinkcss a:visited {
	color: #FFFFFF;
	background-color: #E50D2E;
	width: 100%;
	display: block;
	border-bottom: 0px solid black;
	padding: 0px 0;
	text-decoration: underline;
	font-weight:boldl;
	text-indent: 2px;
}
.anylinkcss a:hover{ /*hover background color*/
	color: #E50D2E;
	background-color: #FFFFFF;
	width: 100%;
	display: block;
	border-bottom: 0px solid black;
	padding: 0px 0;
	text-decoration: underline;
	font-weight:normal;
	text-indent: 2px;
}
.anylinkcss a:active {
	color: #FFFFFF;
	background-color: #E50D2E;
	width: 100%;
	display: block;
	border-bottom: 0px solid black;
	padding: 0px 0;
	text-decoration: underline;
	font-weight:normal;
	text-indent: 2px;
}






.anylinkcssHome{
	position:absolute;
	visibility: hidden;
	border:0px solid black;
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height: 20px;
	z-index: 100;
	width: 205px;
	font-weight: bold;
	margin: 6px 0px 0px;
}


.anylinkcssHome a:link{
	color: #E50D2E;
	background-color: #FFFFFF;
	width: 100%;
	display: block;
	border-bottom: 0px solid black;
	padding: 0px 0;
	text-decoration: underline;
	font-weight:normal;
	text-indent: 2px;
	
}
.anylinkcssHome a:visited {
	color: #E50D2E;
	background-color: #FFFFFF;
	width: 100%;
	display: block;
	border-bottom: 0px solid black;
	padding: 0px 0;
	text-decoration: underline;
	font-weight:normal;
	text-indent: 2px;
}
.anylinkcssHome a:hover{ /*hover background color*/
	color: #FFFFFF;
	background-color: #E50D2E;
	width: 100%;
	display: block;
	border-bottom: 0px solid black;
	padding: 0px 0;
	text-decoration: underline;
	font-weight:normal;
	text-indent: 2px;
}
.anylinkcssHome a:active {
	color: #E50D2E;
	background-color: #FFFFFF;
	width: 100%;
	display: block;
	border-bottom: 0px solid black;
	padding: 0px 0;
	text-decoration: underline;
	font-weight:normal;
	text-indent: 2px;
}



.linkinside {
   COLOR: #e50d2e;
}
.linkinside A:link {
   COLOR: #e50d2e;
}
.linkinside A:visited {
   COLOR: #e50d2e;
}
.linkinside A:hover {
   COLOR: #e50d2e;
}
.linkinside A:active {
   COLOR: #e50d2e;
}




/*.anylinkcssheader a{
	width: 100%;
	display: block;
	line-height: 20px;
	border-bottom: 0px solid black;
	padding: 0px 0;
	text-decoration: none;
	font-weight:bold;
	text-indent: 2px;
	background-color: #FFFFFF;
	color: #FFFFFF
}*/
anylinkcssheader_inside {
	background-color: #E50D2E;
	margin: 0 auto;
	border-bottom: 0px solid black;
	display: block;
	font-weight: bold;
	line-height: 20px;
	padding: 0px 0;
	text-decoration: none;
	text-indent: 2px;
	width: 100%;
	color: #FFFFFF;
	filter: Invert;
}

.anylinkcssheader a:hover{ /*hover background color*/
	color: #E50D2E;
	/*background-color: #E50D2E;
	text-decoration: underline;*/
	background-color: #FFFFFF;
	/*font-weight: bold;*/
	text-decoration: underline;
}

/*.anylinkcssheaderbold a{
	width: 100%;
	display: block;
	line-height: 20px;
	border-bottom: 0px solid black;
	padding: 0px 0;
	text-decoration: none;
	font-weight:bold;
	text-indent: 2px;
	background-color: #FFFFFF;
	color: #FFFFFF
}*/
anylinkcssheaderbold_inside {
	background-color: #E50D2E;
	margin: 0 auto;
	/*font-weight: bold;*/
	color: #FFFFFF;
}
.horaris {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
.georgia_inside {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	color: #333333;
}
.14recto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
}
.texto_rojohome {
	font-size: 12px;
	color: #E50D2E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.text_rohohome a {
	font-size: 12px;
	color: #E50D2E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}	
	
body {
	background-color: #FFFFFF;
	background-image: url();
}
.header_textinside {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #FF3300;
}
.textinside {
	color: #333333;
	font: bold 12px/16px Georgia, "Times New Roman", Times, serif;
}
.text_footer {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #E50D2E;
}
.link_home {
	font-size: 12px;
	color: #E50D2E;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.titulares_quisom {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF3300;
}

a.titulares_quisom {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF3300;
}

.textinside_quisom {font-size: 12px; color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; }

a.textinside_quisom {font-size: 12px; color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; }

