*{
	margin: 0px;
	padding: 0px;
}
body, html {
	height: 100%;
}
header, section, footer, aside, nav, article, figure, ficaption, hgroup {
	display:block;
}
body {
	text-aling: center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
}
#retorno {
	position: relative;
	width: 300px;
	height: 110px;
	top: 0;
	left: 0;
	z-index: 6;
}
#pagina {
	width: 1000px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#inicio {
	position: relative;
	background:url(../images/index.png);
	width: 1000px;
	height: 650px;
}
#form_acceso {
	height: 120px;
	width: 350px;
	position: absolute;
	float: left;
	top: 450px;
	left: 320px;
}
#advertencia {
	position: absolute;
	float: left;
	top: 590px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#cabecera {
	position: relative;
	height: 110px;
	width: 1000px;
	background:url(../images/cabecera.png);
	position: relative;
}
#logoccc {
	position: absolute;
	top: 20px;
	left: 750px;
}
#user {
	height: 55px;
	width: 420px;
	position: absolute;
	left: 560px;
	top: 10px;
}
#menu {
	position: absolute;
	left: 515px;
	top: 70px;
	height: 36px;
	z-index: 1;
}
#menu .select {
	margin:0;
	padding:0;
	list-style:none;
}
#menu .select li {
	width: 120px;
	float:left;
	text-align:center;
	padding-top: 0px;
	color:#CE1728; 
}
#menu .select li a {
	width: 100px;
	height: 20px;
	text-align:center;
	alignment-adjust:central; 
	line-height:20px; 
	font-size:13px;
	color:#fff;
}
#menu .select li a:hover {
	width: 100px;
	height: 20px;
	text-align:center;
	cursor:pointer;
	alignment-adjust:central; 
	line-height:20px;  
	background-color: #FFF;
	color:#CE1728;
}
#menu .sub {
	display:none;
	width:100px;
	margin-top: 5px;
	margin-left: 10px;
	padding-top: 5px;
	list-style:none;
}
#menu .sub li {
	background-color: rgba(255,255,255,0.5);
	width:100px;
	margin-left: 0px;
	color:#CE1728;
}
#menu .select li:hover .sub {
	display:inline;
	width:100px;
	position:relative;
	float:left;
	text-align:center;
}
#menu .select li:hover .sub li a {
	display:inline;
	float:left; 
	width:100px;
	color:#666;
	font-size:13px;
	white-space:wrap; 
	border-bottom: 1px solid #CE1728; 
}
#menu .select li:hover .sub li a:hover {
	width:96px;
	color: #fff; 
	background-color: rgba(206,23,40,0.5);
	padding:0 0 0 0px;
	border: 2px solid #600; 
}
#section {
	clear: both;
	float: left;
	width: 663px;
	height: 640px;
	margin-top: -10px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 15px;
	background-color: rgba(206,23,40,0.5);
	border: 1px solid #CE1728;
}
#section2 {
	clear: both;
	float: left;
	width: 960px;
	margin-top: -15px;
	margin-left: 5px;	
	margin-bottom: 5px;
	padding: 15px;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #CE1728;
}
#columna {
	float: right;
	width: 288px;
	margin-top: -10px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 10px;
	background-color: rgba(206,23,40,0.5);
	border: 1px solid #CE1728;
	height: auto;
}
article {
	height: 620px;
	background-color: rgba(255,255,255,0.7);
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border-bottom: 2px solid #CE1728;
}
#article1 {
	float: left;
	width: 338px;
	height: 538px;
	border: 1px solid #666;
}
#texto1 {
	clear: both;
	float: left;
	margin-top: 10px;
}
#listado {
	width: 900px;
	border-width: 1px;
	border-style: solid;
	border-color: #333;
	margin-left: auto;
	margin-right: auto;
}
h1 {
 position: absolute;
 top: 220px;
 left: 10px;
 font-size: 20px;
 color: #330000;
}
#foto {
	float: right;
	position: relative;
	border-bottom: 2px solid #CE1728;
}
.borderright {
border-right-width: 1px;
border-right-style: solid;
border-right-color: #999;
}
.borderright2 {
border-right-width: 1px;
border-right-style: solid;
border-right-color: #FFF;
}
.cellpadding {
padding-left: 5px;
}
caption {
	margin-bottom:.5em;
	text-align:center;
}
#accesosdirectos {
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 288px;
	height: auto;
}
#accesosdirectos .box {
	cursor: pointer;
	border: 1px solid #CE1728;
	width: 132px;
	height: 170px;
	float: left;
	position: relative;
	margin: 5px;
	overflow: hidden;
		-webkit-box-shadow: 1px 1px 1px 1px #666;
		-moz-box-shadow: 1px 1px 1px 1px #666;
		box-shadow: 1px 1px 1px 1px #666;
}
#accesosdirectos .box img {
	position: absolute;
	left: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}
#accesosdirectos .box .caption {
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	color: #fff;
	z-index: 100;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
		transition: all 300ms ease-out;
	left: 0;
}
#accesosdirectos .box .simple-caption {
	height: 59px;
	width: 132px;
	display: block;
	padding: -2;
	bottom: -40px;
	line-height: 12pt;
	text-align: center;
}
#accesosdirectos .box:hover .simple-caption {
	-moz-transform: translateY(-55%);
	-o-transform: translateY(-55%);
	-webkit-transform: translateY(-55%);
	opacity: 1;
	transform: translateY(-55%);
}
#video {
	clear:both;
	margin-top: 5px;
	margin-left: 18px;
	margin-bottom: 10px;
	width: 250px;
	heigh: 140px;
	border: 1px solid #CE1728;
}
#pie{
	clear:both;
	background-image:url(../images/pie2.png);
	background-size: 1000px 55px;
	z-index: 1;
	position: relative;
	width: 1000px;
	height: 55px;
	marging-top: 15px;
	marging-left: auto;
	marging-right: auto;
	
}
#pie2{
	position: relative;
	width: 1000px;
	padding-top: 20px;
	height: 55px;
	z-index: 3;
}
