/*RST*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* define focus styles! */
:focus {
	outline: 0;
}
/* highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ------------------------------------------------*/


/*COMMON*/
html {
	height: 100%;
	overflow: auto;
}
.flt_left {
	float:left;
}
.flt_right {
	float:right;
}
.hidden {
	display: none;
	visibility:hidden;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #9c9d9f;
	background: url(../img/fondo.gif) repeat-x #FFFFFF;
}
a, a:link, a:visited {
	color: #aa103f;
	text-decoration: none;/*font-weight:bold;*/
}
a:hover {
	text-decoration:underline;
}
/* ##### ESTRUCTURA ##### */
#contenedorIntro {
	width: 960px;
	margin: 0px auto 0px auto;
}
#contenedorCabecera {
	width: 960px;
	margin: 20px auto 0px auto;
}
#cabecera {
	width: 960px;
	height: 133px;
	padding:7px 0 0 0;
	background: url(../img/logo-fcv.gif) top left no-repeat;
	/*background-color:#33CCFF;*/
	position:absolute;
	z-index:1;
}
#contenedor {
	width: 960px;
	height: 654px;
	margin: 0px auto 0px auto;
	background: url(../img/fondo-contenedor.gif) no-repeat;/*background-color:#FFCC66;*/
}
#cn {
	width: 960px;
	min-height:471px;
	padding-top:140px;
	float:left;/*background-color:#9999FF;*/
}
#submenu {
	width:185px;
	padding: 87px 0 0 15px;
	float:left;
}
#pie {
	width: 940px;
	/*height:40px; */
	margin-bottom:10px;
	padding:18px 20px 0 0;
	text-align:right;
	float:left;/*background-color:#00FF99;*/
}
#pie img {
	margin-left:15px;
}
/* ##### CONTENIDOS ##### */
#contenidos {
	width:305px;
	float:left;/*background-color:#33FF66;*/
}
#contenidos .paginador {
	width:235px;
	text-align:center;
	margin-left:20px;
	padding:5px;
}
#contenidos .txt {
	width:235px;
	/*height:275px;*/
	max-height:275px;
	margin-left:20px;
	padding:5px;
	overflow: auto;
	/*overflow:hidden;*/
	line-height:14px;
	background-color:#FFFFFF;
}
#contenidos .txt ul {
	margin-left:20px;
}
#contenidos .txt li {
	list-style: disc;
}
/*#areaScroll {
	width:215px;
	float:left;
	overflow: hidden;
	position: relative;
}
#scrollBar{
	width:12px;
	margin-left:8px;
	padding-top:248px;
	float:left;
}
*/

#foto {
	float:left;
	width:455px;
	height:51px;
	margin:32px 0 0 0;
	padding:364px 0 0 0;/*background-color:#9999FF;*/
}
#galeria {
	float:left;
	width:455px;
	height:415px;
	margin:32px 0 0 0;/*padding:364px 0 0 0;
	background-color:#9999FF;*/
}
/* ESTILOS GALERIA ######################################################################## */
#photos {
	float:left;
	width:455px;
	height:439px;
	margin:32px 0 0 0;/*padding:364px 0 0 0;
	background-color:#9999FF;*/
}
/* ESTILOS GALERIA BANNER ######################################################################## */
#banner {
	float:left;
	width:455px;
	height:364px;
	margin:50px 0 0 0;/*padding:364px 0 0 0;
	background-color:#9999FF;*/
}
/* ESTILOS PDFS ######################################################################## */
#pdfs {
	float:left;
	width:750px;
	height:100px;
	margin:30px 0 0 0;/*padding:364px 0 0 0;
	background-color:#9999FF;*/
}
/* FIN ESTILOS GALERIA ######################################################################## */
#patronos {
	float:left;
	width:440px;
	margin:32px 0 0 0;
	padding:10px 0 0 15px;
	/*padding:364px 0 0 0;*/
	background-color: #FFFFFF;
}
#patronos .patrono {
	width:100px;
	float:left;
	margin: 0 10px 0 0;/*background-color:#00FFFF;*/
}
#patronos img {
	margin-bottom:4px;
}
#thumbs {
	text-align:right;
	padding-right:15px;
	height: 51px;
	background-image:url(../img/bg.png);
}
#thumbs img {
	margin: 3px 4px 0 4px;
	border: 1px solid #FFFFFF;
}
/* ##### MENU ##### */
#menu {
	float:right;
}
#menu div {
	float:left;
}
.tablaDescargas td {
	vertical-align:top;
}
.tablaDescargas img {
	margin:0 5px 10px 0;
	padding:2px;
	border: 1px solid #9c9d9f;
}
.titCuadro {
	color:#9c9d9f;
	font-weight:bold;
	font-size:13px;
}
.titPintor {
	color:#000000;
	font-weight:bold;
	font-size:12px;
}
