@charset "utf-8";
#container
{
margin: 0 !important;
padding: 0 !important; 
}
/* Se traen de la plantilla todos los a*/
a:link {
	text-decoration: none;
	color: #7A5E39;	
}
a:visited {
	text-decoration: none;
	color: #C59037;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

body  {
	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 */
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
	/*font-size:100%; mdmg*/
}
.thrColFixHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #dfbe70;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #7A5E39;
	background-image: url(images/bgside.png);
	background-repeat: repeat-x;
	background-position: bottom;	
} 
.thrColFixHdr #header {
	background: #7a5e39;  /* 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. */
} 
.thrColFixHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	background-color: #7a5e39;
	height: 400px;
	vertical-align: top;
	padding-top: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	height: 400px;
	background-color: #7a5e39;
	background-position: right bottom;
	background-repeat: repeat-y;
}
.thrColFixHdr #mainContent {
	margin-top: -10px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(images/sidebarbottom.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#999999;
	background-color: #FFFFFF;	
} 
.thrColFixHdr #footer {
	height: 175px;
	background-color: #7a5e39;
	background-image: url(sdmenu/title.gif);
	background-repeat: repeat-x;
	background-position: top;
} 
.thrColFixHdr #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 */
	
}
.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; /*0.625em*/
    line-height: 0px;
}
#footer td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px; /*0.625em*/
	color: #B18D5C;
	text-align: center;
	vertical-align: top;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 5px;
}
#footer table {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: bottom;
}

.buscador {
	background-image: url(images/downcristal.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 12px; /*mdmg: tenia 15px*/
	padding-right: 10px;
}

.bottomborder {
	background-repeat: no-repeat;
	background-position: bottom;
}
/*mdmg*/
.bottomborderH {
	background-repeat: no-repeat;
	background-position: bottom;
	height:200px;
}

.buscartxt {
	background-color: #ffffff;
	width: 100px;
}
.bottombg {
	background-image: url(images/logob.jpg);
	background-repeat: repeat-y;
	background-position: bottom;
}

.buscarbtn2 {
	background-image: url(sdmenu/title.gif);
	background-repeat: repeat-x;
	font-family: "Trebushet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; /*0.75em*/
	color: #FFFFFF;
	font-weight: bold;
	border: thin ridge #7a5e39;
}

#mainContent h1 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:24px; /*2.4em*/
	text-transform:uppercase;
	letter-spacing:1px;
	margin:10px 0 20px 0;
	color:#DBBF76;
	text-align:center; /*mdmg*/
}
#mainContent h2 {
	font-size:16px;/*1em*/
	color:#7a5e39;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	margin:10px;
}

#mainContent p {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:14px; /*0.875em*/
	line-height:20px;
	word-spacing:2px;
	text-indent:20px;
	margin:20px 0 20px 0;
	text-align:justify;
}
#mainContent ul {
	margin:15px 0 15px 20px;
	padding:0;
	border-top:1px solid #eee;
}
#mainContent li {
	margin:10px 0 10px 0;
	padding:0 0 10px 15px;
	list-style:none;
	border-bottom:1px solid #eee;
	background-image:url(images/li.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#mainContent a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; /*0.6875em*/
}


blockquote {
	background-image:url(images/bq.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding:5px 35px 5px 5px;
	border:1px solid #eee;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color: #bd831a;
}
/*mdmg*/
label#btnBuscar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; /* 0.916667em* 12 * #*/
	color:#ffffff;
}
/*mdmg*/
label{
	font-size:11px;
	color:#000;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; /*0.6875em*/
	color: #333;
	line-height: 13px;
}


#loginform {
	height: 140px;
}

.h2 {
	font-size:16px;/*1em*/
	color:#333;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	
}#promptLogin {
	padding-top: 50px;
}


#leftB {
	float: left;
	width: 200px;
	height: 150px;
	margin-top: 25px;
	background-color:#FFFFFF;
}
#rightB {
	float: right;
	height: 150px;
	width: 200px;
	margin-top: 25px;
	background-color:#FFFFFF;
}
#bottomswf {
	height: 150px;
	padding-top: 25px;
}
#cobertura {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px; /*0.625em*/
	font-style: normal;
	width: 450px;
}

#fecha {
	padding:5px;
	font-size:12px; /*0.75em*/
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color:#ffffff;
	text-align: center;
}
/*mdmg*/
td.ancho1 {
	width: 5%;
}
/*mdmg*/
td.ancho2 {
	width: 21%;
}
/*mdmg*/
td.ancho3 {
	width: 74%;
	vertical-align:top;
}
/*mdmg*/
td.alto {
	height:15px;
	vertical-align:top;
}
/*mdmg*/
.imagen1{
	width:200px;
	height:200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.imagen2{
	width:200px;
	height:3px;
}
/*mdmg*/
#botones{
	vertical-align: top;
	height: 70px;
	width: 200px;
}
/*mdmg*/
.LS {
	color: #FFFF33;
}
/*mdmg*/
.centro{
	background-image: url(images/downcristal.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}
.tblPad{
	 width:100%;
	 height:15px;
	 border:0;
	 background-color:#FFFFFF;
}
img{
	border:0;
}
.objMisional {
	width:200px;
	height:100px;
	border:0;
}
.objCertificado {
	width:200px;
	height:180px;
	border:0;
}
.objCarrusel{
	width:950px;
	height:150px;
	/*align=middle*/ 
	vertical-align:middle;
}
#contenido {
	width:500px;
	height:98%;
	/*align:top;*/
	vertical-align:top;
}
.contenido2{
	 width:500px;
	 height:1000px; 
	 /*align="top"*/
}
.banner {
	 width:550px; 
	 height:200px;
}
ol{
	text-align: justify;
	list-style-type: decimal;
	}
ol li ol{
	list-style-type:lower-alpha;
}
.listaGota{
	list-style-image: url(images/gotica.png);
}
.vinculo{
	color: #E3A633; 
	text-decoration: none;
	font-size:1.5em;
}
.tablaTitA{
	border:2px #930;
 	width:auto;/*124px;*/
	text-align:center;
	font-weight:bold;
}
.tablaContenido
{
	border:2px #930;
 	width:auto;/*124px;*/
	text-align:left;
}
.tablaTitB{
	border:2px #930;
 	width:auto;/*124px;*/
	text-align:left;
	font-weight:bold;
}
