/* Fuentes personalizadas */

@font-face{
	font-family: ubuntuRegular;
	src: url(fuente/Ubuntu-R.ttf) format('truetype');
}
@font-face{
	font-family: ubuntuBold;
	src: url(fuente/Ubuntu-B.ttf) format('truetype');
}
@font-face{
	font-family: ubuntuItalic;
	src: url(fuente/Ubuntu-I.ttf) format('truetype');
}
@font-face{
	font-family: ubuntuBoldItalic;
	src: url(fuente/Ubuntu-BI.ttf) format('truetype');
}

@font-face{
	font-family: BaroqueScript;
	src:url(fuente/BaroqueScript.ttf);
}

@font-face{
	font-family: Algerian;
	src:url(fuente/Algerian.ttf);
}

/* Estilos basicos*/

h1,h2,h3,h4,h5,h6{
	font-family: ubuntuBold;
}

p{
	font-family:ubuntuRegular;
	font-size: 13px;
	text-align:justify;
}

/* Maquetacion principal*/

body{
	text-align: center;
	margin:0px;	
	background-image:url(../tabs/images/bg3.jpg);
	



}

#principal{
	text-align:left;
	margin:auto;	
	width: 1180px;
	height:100%;	
	position:relative;	
    border: 1px solid gray;
	box-shadow: 0px 0px 10px #006633;
	-webkit-box-shadow: 0px 0px 10px #006633;
	-moz-box-shadow: 0px 0px 10px #006633;
	-o-box-shadow: 0px 0px 10px #006633;
	background-color: white;
	
}



header{
	display:table;
	margin:auto;
	width:100%;
	
	text-align:left;
	background-color:#006633;
	/*overflow: hidden;*/
	
}

footer{
	display:table;
	margin:auto;
	width:100%;
	
	text-align:left;
	background-color:#006633;
}

/*Contenido*/



#contenido{
	width:100%;
	background-color: white;
}

#seccion-articulo{
	/*margin:7px;*/
	float:left;
	width:auto;	
	
	/*border:1px solid black;*/
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	
	border:1px solid #006633;
	border-radius:10px;
	height:100%;
	
}

.noticias{		
	color:white; 
	height:20px; 
	padding-top:7px;
	text-align:center;
	
	background: #87e0fd; /* Old browsers */
	background: -moz-linear-gradient(top,  #87e0fd 0%, #53cbf1 9%, #05abe0 52%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #87e0fd 0%,#53cbf1 9%,#05abe0 52%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #87e0fd 0%,#53cbf1 9%,#05abe0 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
	
	
}

#seccion-left{
	margin-left: 45px;
	/*margin-right:10px;*/
	float: left;
	width: 280px;
	
	/*border: 1px solid black;*/
}

#documentos{
	height: 320px;
	border: 1px solid #006633;
	margin-bottom: 10px;
	text-align: center;
	
}
#documentos ul{
	margin-top: 10px;
	text-align: center;
}
#documentos ul li{
	height:20px;
	color:#006633;
	font-size:15px;
	padding-top:5px;
	
}
#documentos ul li a{	
	color:#006633;	
}

#seccion-right{
	
	margin-right:10px;
	/*margin-right:10px;*/
	float:right;
	width:280px;
	
	/*border: 1px solid black;*/
}
.articulo{
	margin: 7px 1px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #007B66;*/
	
	/*transition: 1s;*/
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
}

hr{
	
	border-top: 1px solid #006633;
	
}
/*
.articulo:hover{
	box-shadow:0px 0px 10px red;
	-webkit-box-shadow:0px 0px 10px red;
	-moz-box-shadow:0px 0px 10px red;
	-o-box-shadow:0px 0px 10px red;
	opacity: 1;
	transform: scale(1.01,1.01);
	-webkit-transform: scale(1.01,1.01);
	-moz-transform: scale(1.01,1.01);
	-o-transform: scale(1.01,1.01);
}
*/
.img-articulo{
	border: 1px solid gray;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	box-shadow: 0px 0px 7px gray;
	-webkit-box-shadow: 0px 0px 7px gray;
	-moz-box-shadow: 0px 0px 7px gray;
	-o-box-shadow: 0px 0px 7px gray;
}
.img-articulo:hover{
	box-shadow: 0px 0px 7px #006633;
	-webkit-box-shadow: 0px 0px 7px #006633;
	-moz-box-shadow: 0px 0px 7px #006633;
	-o-box-shadow: 0px 0px 7px #006633;
}

.lateral-video{
	height:217px; 
	border:1px solid #006633; 
	margin-bottom:5px;
	
}

.titulo{
	/*background-color:#006633; */
	color:white; 
	height:40px; 
	padding-top:5px;
	text-align:center;
	background-color:#006633;



}



#tabla{
	
	border-spacing: 0px;
	border:1px solid #beb6b6;	
	border-collapse: collapse;
	
}
#tabla tr td{
	border:1px solid #beb6b6;
	padding:5px;
	text-align:justify;
	font-family:ubuntuRegular;
	background-color:#f7f6f6;
}

.ul1 {
	list-style-position: inherit;
	list-style-image: url(../img/pagina/mas-blue.gif);
	list-style-type: none;
	padding-top:4px;
	font-family:ubuntuRegular;
	text-align:justify;
	font-size:15px;
	margin-left:17px;
	
}


 

 

 

 





 
