/*Esquema de Contenidos*/
@charset "UTF-8";
/*Contenedor General*/
#container  {
	background-image: url(img/bg_cielo.jpg);
	background-repeat: no-repeat;
	margin: auto;
	background-color: #F4F8FE;
	min-width: 800px;
	background-position: top center;
} 

#wrapper  {
	width: 100%;
	background-image: url(img/bg_intro.jpg);
	background-repeat: no-repeat;
	margin: auto;
	background-color: #DFE1C8;
	text-align: center;
	height: 520px;
	background-position: top center;
} 

#flash  {
	background-image: url(img/bg_top.jpg);
	background-repeat: repeat-x;
	height: 451px;
	width: 800px;
	margin: 0px auto 0px auto;
} 


#frase {
	margin: 0px auto 0px auto;
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	color: #060;
	font-size: 16px;
	text-align: center;
	width: 700px;
}

/*Cabezote Flash o de cualquier tipo*/
#cabezote  {
	height: 261px;
	width: 750px;
	margin: 0px auto 0px auto;
} 

/*Contenedir Izquierdo de la pagina*/
#lado_izq {
	float: left;
	width: 200px;
}

/* Conenedores derechos*/
#menu_izq{
	float: left;
	width: 190px;
	text-align: center;
	margin-left: 5px;
}

#izq_top{
	background-image: url(img/top_izq.jpg);
	background-repeat: no-repeat;
	width:180px;
	height:51px;
	margin:0;
	margin-top: 0px;
}
#izq_botom{
	background-image: url(img/bottom_izq.jpg);
	background-repeat: no-repeat;
	width:180px;
	height:19px;
	margin:0;
}
#izq_middle{
	width:160px;
	padding:0px 10px 0px 10px;
	background-image: url(img/midle_izq.jpg);
	background-repeat: repeat-y;
}

/*Contenidos Generales*/
#columnsContainer {
	overflow: hidden;
	width: 740px;
}

#cont_texti{
	margin-left: 200px;
	width: 510px;
}

#mainContent {
	width: 740px;
	background-image: url(img/bg_centro_rep.jpg);
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
	padding: 0px 5px 0px 5px;
} 

/*Limpia el salto de pagina*/
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Pie del Documento*/
#pie {
	background-image: url(img/bg_pie.jpg);
	height: 90px;
	color: #6B2D20;
	padding: 175px 0px 0px 0px;
	background-position: top center;
} 

/*Datos del Pie de Pagina*/
#pie_cont {
	padding: 10px 0px 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-right: 210px;
	color: #FFFFFF;
} 

#copyInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #006699;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #666666;
} 

/*Pie Administre su WEb*/
#admweb{
	text-align: center;
	width: 200px;
	float: right;
	border-left-width: thin;
	border-left-style: ridge;
	border-left-color: #FFFFFF;
}

/*Noticias*/
#noticias {
}

/*Titulos de las noticias imagenes*/
#noticias h3 {
	background-image: url(img/t_noticias.jpg);
	background-repeat: no-repeat;
	height: 76px;
	background-position: center top;
}
/*Formato de las imagenes dentro de las noticias, color de Borde*/
#not_container img{
	margin: 0px 5px 5px 0px;
	border: thin solid #CCCCCC;
	border-width: 3px;
}
/*Pie de la Noticia*/
#not_pie {
	height: 29px;
	text-align: right;
	padding-right: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
/*Para quietarle el borde al boton de ampliar*/
#not_pie img{
	border-width: 0px;
}


 /*Mitad de las Tablas*/
#tabla_middle{
	text-align: center;
}

/*Vinculos Generales*/
a.vinculo:link,
a.vinculo:visited{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #153C67;
	text-decoration: none;
}
a.vinculo:hover{
        color:#FF9900;
}
a.vinculo:active{
        color: #FFCC00;
}

#pedigrie{
	text-align: center;
	width: 160px;
	float: left;
	margin: 2px;
}

#contpedigrie{
	width: 500px;
	margin: 0px auto 0px auto;
}

#video{
	width: 421px;
	height: 360px;
	background-image: url(img/bg_video.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding: 45px 0px 0px 20px;
}
#cadatres{
	width: 500px;
	height: 2px;
	clear: both;
	}

