/***********************************************/
/* Decanato.css                                */
/* Diseño: Julio Villamón  20-05-08            */
/***********************************************/

/***********************************************/
/* Espaciado de contenido en contenedores      */
/***********************************************/
* {
    padding: 0;
    margin: 0;
} 
/***********************************************/
/* Formato cuerpo                              */
/***********************************************/
body {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 24px;
	background-image: url(../Imagenes/Fondo.jpg);
	background-repeat: repeat-x;
}

a img {
	border:0
}

a {
	color: #005A9C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/***********************************************/
/* Centrado horizontal web                     */
/***********************************************/
#wrap {
width: 800px;
margin: 0 auto;
}
/***********************************************/
/* Cabecera                                    */
/***********************************************/
#header {
	height: 100px;
	background-color: #BF2F38;
	background-image: url(../Imagenes/Logoc.gif);
	background-repeat: no-repeat;
	background-position: center;
}
/***********************************************/
/* Menu superior                               */
/***********************************************/
#menu {
	height: 30px;
	line-height: 30px;
	background-color: #BF2F38;
}
#menu ul {
padding-left: 2px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #fff;
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}
/***********************************************/
/* Contenido                                   */
/***********************************************/
#content {
margin: 20px 0;
line-height: 17px;
}
/***********************************************/
/* Bloque izquierdo                            */
/***********************************************/
#tablanews {
	border: 1px solid #000000;
	width: 100%;
	background-color: #FFFFFF;
} 
#cabtabnews {
	background-color: #FFFFFF;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 2px;
} 
#cuerpotabnews{
	background-color: #FFFFFF;
	margin: 10px;
	padding: 4px;
}
#tablainfo {
	border: 1px solid #000000;
	width: 100%;
	background-color: #FFFFFF;
} 
#cabtabinfo {
	background-color: #FFFFFF;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 2px;
} 
#cuerpotabinfo {
	background-color: #FFFFFF;
	margin: 10px;
	padding: 4px;
}
.left {
	float: left;
	width: 580px;
	text-align: justify;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.left h1 {
	color: #000000;
	font-size: 18px;
	font-weight: 100;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.left h1 a {
	color: #005A9C;
}
.left h1 a:hover {
color: #005A9C;
}
.left h2 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
.left h3 {
	color: #000000;
	font-size: 14px;
	font-weight: 600;
}
.image {
 	border: 1px solid #CCCCCC;
  	padding: 5px;
}
.url {
	margin-right: 10px;
	float: left;
} 
/***********************************************/
/* Bloque derecho                              */
/***********************************************/
.right {
	margin-top: 10px;
	float: right;
	width: 160px;
	padding: 10px;
	border: 1px solid #000000;
	background-color: #DDDDDD;
}
.right h2 {
font-size: 12px;
color: #000000;
padding: 5px 0 2px 0;
}
.right a {
	display: block;
	color: #000000;
}
.right a:hover {
color: #000000;
text-decoration: underline;
}
/***********************************************/
/* Pie                                         */
/***********************************************/
#footer {
	font-size: 11px;
	color: #000000;
	text-align: center;
	padding: 5px 0 10px 0;
	margin-top: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-style: none;
}
#footer a { 
color: #000000;
}
#footer a:hover {
color: #000000; 
text-decoration: underline;
} 
.imagew3c {
margin-right: 3px;
margin-left: 3px;
}
