/* CSS Document */

/*/RESTAURAR NAVEGADORES//////////////////////////////////////////////////////////////////////////////////*/
body,div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,img{
	margin:0px;
	padding:0px;
}
fieldset,img{border:0px;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
p,h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*TIPOGRAFIAS*/
.n {
	font-weight: bolder;
}
.r {
	color: #E2001A;
}
h1 {
	font-size: 120%;
	text-transform: uppercase;
}
h2 {
	color: #E2001A;
	font-size: 90%;
	text-transform: uppercase;
}


/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*LINKS*/

a{
	color:#FFFFFF;
	text-decoration: none;
}

#navegacion a:hover{
	color:#000000;
}

.banner a{

}
.banner  a:hover, #pie  a:hover, .r{
	color:#E2001A;
}
.bannerImg a{
	display: block;
	border: 2px solid #211D1A;
}
.bannerImg a:hover{
	border-color: #FF0000;
}

#photoflash a{
	background-image: url(imgIndex/photoflash.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 50px;
}
#photoflash a:hover{
	background-image: url(imgIndex/photoflashOn.jpg);
	background-repeat: no-repeat;
}
#videoflash a{
	background-image: url(imgIndex/video.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 50px;
}
#videoflash a:hover{
	background-image: url(imgIndex/videoOn.jpg);
	background-repeat: no-repeat;
}
#ecard a{
	background-image: url(imgIndex/ecard.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 50px;
}
#ecard a:hover{
	background-image: url(imgIndex/ecardOn.jpg);
	background-repeat: no-repeat;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url(imgIndex/fondoRallas.jpg);
	color: #FFFFFF;
}
#widthPage{
	width:100%;
	margin:50px 0px 10px 0px;
	display:block;
	text-align:center;
}
.clear{
	clear:both;
	height: 0px;
	font-size: 0px;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#cabecera, #contenido,#navegacion,#pie,#nueva{
	width:944px;
	margin:auto;
	text-align:left;
}
#cabecera {
	padding-bottom: 5px;
}

#cabecera img {
	float: left;
	margin-top: 15px;
}
#iconos {
	float: right;
}
#iconos li {
	float: left;
	margin-left: 15px;
}

#wrapNavegacion {
	background-color: #E2001A;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 90%;
}
#menu {
	float: left;
}
#menu p {
	margin-left: 8px;
}

#menu li {
	float: left;
	margin-right: 30px;
}
#submenu {
	float: right;
	text-align: right;
	margin-top: 40px;
	font-weight: bold;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#noticiasWrap {
	width: 290px;
	float: left;
}
#noticiasWrap     img,#agendaWrap    img,#promosWrap img  {
	float: left;
}
.noticias {
	background-color: #000000;
	padding: 10px;
	margin-left: 20px;
}

#agendaWrap {
	width: 460px;
	margin-left: 310px;
}
.agenda {
	background-color: #000000;
	padding: 10px;
	margin-bottom: 15px;
	vertical-align: top;
	margin-left: 20px;
}
#agendaWrap  .agenda h1 {
	margin-bottom: 10px;
}

.agenda a:hover {
	text-decoration: underline;
}
.agenda a {
	background-color: #E2001A;
}


.agenda  table  td{
	vertical-align: top;
	font-size: 12px;
}
.agendaImg  {
	padding-right: 5px;
}
.agenda img {
	display: block;
	border: 2px solid #CCCCCC;

}
#promosWrap {
	float: right;
	width: 155px;
}

.promos {
	background-color: #000000;
	padding: 10px;
	margin-left: 20px;
}
.promos  img,#flash1 {
	margin-bottom: 10px;
}


#pie {
	font-size: 90%;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 38px;
}

#formu {
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	width: 420px;
}
#formuCont h1 {
	font-size: 24px;
	text-align: right;
	text-transform: uppercase;
}

#formuCont {
	background-color: #000000;
	border: 8px solid #E2001A;
	padding: 15px;
	margin-bottom: 10px;
}
#form1 {
	text-align: right;
}
.campo {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	width: 280px;
	margin-top: 10px;
	margin-left: 5px;
}
.boton {
	background-color: #E2001A;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	border: 1px solid #E2001A;
}
.cen {
	text-align: center;
}
