@charset "utf-8";

/* Divs Principales*/
body
{
	margin-top:0px;
	font-family:Calibri,Arial;
}
div#main
{
	width:auto;
	text-align:left;
    margin:0px auto;
	margin-right:450px;
}

/*Menu Superior*/

div#menutop
{
	text-align:right;
	border-left:solid #e6e6e6 1px;
	border-right:solid #e6e6e6 1px;
    padding-top:4px;
	padding-right:20px;
	padding-bottom:6px;
	background-color:#4072a7;
	color:white;

}
	div#menutop ul
	{
	    list-style: none;
	    padding: 0px;
	    margin: 2px 0px 2px 0px;
	}

	div#menutop ul li
	{
	    display:inline;
}

	div#menutop ul li a
	{
	    text-decoration: none;
	    color: white;
	}

	div#menutop ul li a:hover
	{
	    color:#bfd3e7;
	}

/*Sombras del logotipo¡*/
div#shadowbg
{
	border-left:solid #e6e6e6 1px;
	border-right:solid #e6e6e6 1px;
	background:url(../../img/bg.gif) repeat-x top;
	height:36px;

}
div#shadowbg2
{
	border-left:solid #e6e6e6 1px;
	border-right:solid #e6e6e6 1px;
	background:url(../../img/bg2.gif) repeat-x bottom;
	height:36px;
}

/*Logotipo*/
div#logo
{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	border-left:solid #e6e6e6 1px;
	border-right:solid #e6e6e6 1px;
}	

/*Menu Principal*/
div#principalmenu
{
	font-size:13pt;
	text-align:center;
	border-left:solid red 1px;
	border-right:solid red 1px;
    padding-top:0px;
	padding-bottom:4px;
	color:white;
	background:url(../../img/fondo2.png) repeat-x;
	margin-top:0px;
}
div#principalmenu ul
{
    list-style: none;
    padding: 0px;
    margin: 2px 0px 2px 0px;
}
div#principalmenu ul li
{
	display:inline;
	margin-left:5px;
	letter-spacing:1px;
}
div#principalmenu ul li a
{
	color:white;
	text-decoration:none;
}
div#principalmenu ul li a:hover
{
    color:#f7a9a5;
}
div#principalmenu ul li span.separator
{
	color:#880000;
	margin-left:3px;
}

/*Submenu*/
div#submenu
{
	font-size:13pt;
	font-weight:700;
	text-align:center;
	border-left:solid #e6e6e6 1px;
	border-right:solid #e6e6e6 1px;
	border-bottom:solid #e6e6e6 1px;
	color:#4072a7;
	padding:1px 0px 0px 0px;
	height:35px;
	margin-top:-1px;
	background-color:#f6f6f6;
}
div#submenu ul
{
	list-style:none;
	padding: 0px;
    margin: 6px 0px 2px 0px;
}
div#submenu ul li
{
	display:inline;
	margin-left:10px;
}
div#submenu ul li a
{
	text-decoration:none;
	color:#4072a7;
}

div#submenu ul li a:link,a:visited
{
	text-decoration:none;
}

div#submenu ul li a:hover
{
	text-decoration:underline;
	color:#4072a7;
}

/*Contenido*/
div#content
{
	text-align:left;
	padding-top:30px;
	padding-bottom:50px;
	padding-left:60px;
	padding-right:60px;
	border:solid #e6e6e6 1px;
	border-top:none;
	font-family:Arial,Calibri,Verdana;
	
}
	div#content h1
	{
		color:#4072a7;
		font-size:20pt;
	}
	div#content p.text
	{
		text-align:justify;
		color:#828282;
		letter-spacing:1px;
		line-height:30px;
		font-size:17px;
		margin-top:30px;
	}
	
	div#content p.text2
	{
		color:#828282;
		letter-spacing:1px;
		font-size:17px;
	}
	
	div#content p.atte
	{
		text-align:right;
		color:#555555;
		letter-spacing:1px;
		line-height:30px;
		font-size:17px;
		margin-top:80px;
	}
	div#content p.attepuesto
	{
		text-align:right;
		color:#888888;
		letter-spacing:1px;
		line-height:30px;
		font-size:14px;
		margin-top:-25px;
	}
	
	div#content h2
	{
		color:#888888;
		text-align:left;
	}
	div#content h2.sangria
	{
		color:#888888;
		text-align:left;
		margin-left:50px;
	}
	
	div#content h3
	{
		color:#666666;
		text-align:left;
	}
	
	div#content h3.sangria
	{
		color:#666666;
		text-align:left;
		margin-left:50px;
	}

	div#content img.left
	{
		float:right;
		margin:5px 0px 10px 30px;
	}
	
	div#content div#image
	{
		text-align:center;
	}
	div#content img
	{
		border:none;
	}
	
	div#content .cuadro
	{
		padding:10px;
		padding-left:30px;
		border:1px solid #eeeeee;
	}
	
	div#content .cuadrofondo
	{
		background:url(../../img/bgcuadro.jpg) repeat-x bottom;
		padding:10px;
		padding-left:30px;
		border:1px solid #eeeeee;
	}
	div#content .textbox
	{
		background-color:#f9f9f9;
		border:1px solid #eeeeee;
		color:#bb0000;
		font-size:17px;
		width:150px;
		padding-left:10px;
	}
	
	div#content .multiline
	{
		background:url(../../img/bgcuadro.jpg) repeat-x bottom;
		border:1px solid #eeeeee;
		color:#bb0000;
		font-size:16px;
		height:200px;
		width:150px;
		padding-left:20px;
		padding-top:20px;
		font-style:Calibri;
	}
	
	div#content .error
	{
		color:#aa0000;
	}
	
	div#content .smallbutton
	{
		background:url(../../img/btnchico.jpg) no-repeat bottom;
		width:160px;
		height:50px;
		border:0px;
		color:white;
		font-size:17px;
	}

div#cmain
{
	margin-top:-30px;
	margin-left:-60px;
	margin-right:-60px;
	padding:0px;
}

	div#content #cmain p
	{
		margin:0px;
	}
	
div#content #cmain #cleft
{
	width:71%;
	padding:0px;
	padding-top:30px;
}

div#content #cmain #cleft .new
{
	width:550px;
	height:150px;
	margin-left:60px;
	margin-bottom:30px;
	border-bottom:1px solid #eeeeee;
}

	div#content #cmain #cleft .new .typenew
	{
		width:18%;
		float:left;
		margin:0px;
		height:148px;
		font-size:12px;
		line-height:16px;
		letter-spacing:1px;
		text-align:center;
	}
	
	div#content #cmain #cleft .new .typenew .date
	{
		color:red;
		font-weight:600;
	}
	
	
	div#content #cmain #cleft .new .contentnew
	{
		width:81%;
		float:right;
		height:148px;
		font-size:12px;
		line-height:18px;
		letter-spacing:1px;
		color:#888888;
	}
	
	div#content #cmain #cleft .new .contentnew img
	{
		margin:5px;
		float:right;
	}
	
	div#content #cmain #cleft .new .contentnew .titlenew
	{
		font-weight:600;
	}
	
	div#content #cmain #cleft .new .contentnew a.link
	{
		color:red;
	}
	
	div#content #cmain #cleft .new .contentnew .footernew
	{
		margin:10px;
		text-align:right;
		clear:both;
	}
	
	div#content #cmain #cleft .new  .sep
	{
		margin:10px;
		height:110px;
	}
	
	div#content #cmain #cleft .new  hr
	{
		color:#ffffff;
		border:#ffffff solid 1px;
	}
	
	

div#content #cmain #cright
{
	width:28%;
	margin:0px;
	float:right;
}

	div#content #cmain #cright .cheader
	{
		background:url(../../img/bgmenuright.jpg) repeat-x bottom;
		height:20px;
		padding-top:5px;
		padding-bottom:3px;
		padding-left:5px;
		color:#ffffff;
		letter-spacing:1px;
		font-size:14px;
	}
	div#content #cmain #cright .cbottom
	{
		background:url(../../img/bgmenurightbottom.jpg) repeat-x bottom;
		height:20px;
	}

	div#content #cmain #cright .ccont
	{
		text-align:center;
		padding-top:10px;
		color:#000000;
		letter-spacing:1px;
		font-size:14px;
		padding-left:10px;
		padding-bottom:10px;
		border-left:1px solid #d9e4f1;
	}

	div#content #cmain #cright .ccont2
	{
		background:url(../../img/bgcuadro.jpg) repeat-x bottom;
		padding-top:10px;
		color:#000000;
		letter-spacing:1px;
		font-size:12px;
		padding-left:10px;
		padding-bottom:10px;
		border-left:1px solid #d9e4f1;
	}
		div#content #cmain #cright .ccont3
	{
		background:url(../../img/bgcuadro.jpg) repeat-x bottom;
		padding-top:10px;
		color:#000000;
		letter-spacing:1px;
		font-size:12px;
		padding-left:10px;
		border-left:1px solid #d9e4f1;
		border-bottom:1px solid #eaeaea;
	}
	
	div#content #cmain #cright ul
	{
		list-style:none;
		padding-left:10px;
		margin:0px;
	}
	
	div#content #cmain #cright ul li
	{
		margin-top:10px;
		margin-top:10px;
	}
	
	.info
	{
		font-size:11px;
		color:#bbbbbb;
		padding-left:0px;
	}

/*Pie de página*/
div#footer
{
	margin-top:8px;
	margin-left:20px;
	margin-right:20px;
	clear:both;
}

div#footer #browsers
{
	float:left;
}

div#footer #browsers img
{
	border:none;
}

div#footer #design
{
	float:right;
	color:#888888;
	font-size:12px;
}

div#footer #design a:link,a:visited
{
	text-decoration:none;
}
div#footer #design a:hover
{
	color:#444444;
}

#podcants
{
	margin-top:-30px;
	margin-bottom:-50px;
	margin-left:-60px;
	margin-right:-60px;
	padding-left:0px;
}
	#pmenu
	{
		width:25%;
		margin:0px auto;
		padding:0px;
		padding-top:20px;
		float:left;
	}
		#pmenu ul
		{
			margin-left:20px;
			margin-right:10px;
			padding:0px;
			font-weight:700;
		}
		#pmenu ul li
		{
			list-style:none;
			margin-top:10px;
		}
		#pmenu ul a,a:visited,a:link
		{
	text-decoration:none;
		}
		#pmenu ul a:hover
		{
			color:red;
		}
	
	#pcontent
	{
		width:74%;
		margin:0px auto;
		border-left:1px solid #e6e6e6;
		border-top:1px solid #ffffff;
		border-bottom:1px solid #ffffff;
		text-align:center;
		margin-right:0px;
		padding-bottom:20px;
		
	}
	
	#entregas
	{
		margin:50px;
		text-align:left;
	}

hr.c1
{
	border:1px solid #e6e6e6;
}

