@charset "UTF-8";
body  {
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
}
.twoColFixRtHdr #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	text-decoration: none;
} 
.twoColFixRtHdr #header {
	padding: 0;  /* 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. */
	background-color: #D2DFB9;
	text-align: right;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	color: #333333;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: center;
}
.twoColFixRtHdr #mainContent {
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right-width: 0px;
	border-right-style: outset;
	font-family: "Trebuchet MS", Verdana, sans-serif, Helvetica;
	color: #000000;
	font-size: 13px;
	text-align: left;
} 
.twoColFixRtHdr #footer {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #D2DFB9;
} 
.twoColFixRtHdr #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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Trebuchet MS", Verdana, sans-serif, Helvetica;
	font-size: 80%;
	color: #333333;
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.anuncio1 {
	font-family: Verdana, "Trebuchet MS", sans-serif, Helvetica;
	font-size: 13px;
	color: #000;
	background-color: #FFC;
	text-align: left;
	padding: 10px;
	height: auto;
	width: auto;
	border: .5px solid #666;
}
.twoColFixRtHdr #container div table tbody tr td {

}
.tabla_limicola {
	text-align: center;
	padding: 15px;
	width: 750px;
	background-color: #FFC;
	display: table-row;
	word-spacing: 20px;
}
#header_tablalimicola {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin: 3px;
	background-color: #000;
}
#block_limicola {
	background-color:#FFC;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #999;
	border-bottom-color: #999;
	
}
.twoColFixRtHdr #container p #emails {
	text-decoration: none;
}
#tabla_afiliado {
	text-decoration: none;
	background-color: #D2DFB9;
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
}
#lista {
	line-height: 200%;
	list-style-type: disc;
}
#emails {
	text-decoration: none;
}
.espacio {
	line-height: 2.5em;
	margin-right: 20px;
	text-indent: 30px;
	text-align: left;
}
.cajass {
	background-color: #FFC;
	border: thin solid #999;
	padding: 10px;
	vertical-align: middle;
}

.caja_500px {
	border: 1px dotted #F00;
	height: auto;
	width: auto;
	background-color: #ECF4CA;
	padding: 0px;
	margin: 0px;
}
.espacio_listas {
	line-height: 2.5em;
	margin-right: 20px;
}
.caja_50022 {
	border: 1px solid #999;
	height: auto;
	width: auto;
	background-color: #ECF4CA;
	display: none;
	padding: 0px;
	margin: 0px;
}
.twoColFixRtHdr #mainContent_medio {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right-width: 0px;
	border-right-style: outset;
	color: #000000;
	padding-left: 35%;
}
#tabla_columnas {
	border: 1px dotted #93C;
	text-decoration: none;
	background-color: #FFF;
	float: left;
	left: 25px;
	margin: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: inline-table;
}

#tabla_coloralterno {
tabla_coloralterno td { padding: 8px; font-weight: bold }
tabla_coloralterno tr.odd { background-color: #d8ffff }
tabla_coloralterno tr.evn { background-color: #ffdfff }
}

.BOLD_COLOR {
	color: #F00;
}

