/* CSS Document 
Usuario Final
Plataforma - Universidad de Pamplona
Hoja de Estilos IG 001_a

Estilos de página
==================================================
*/
body {
	background-color: #f0f0f0;
	margin: 0px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#000;
}
#content {
	width:1000px;
	margin:0 auto;
	padding:0;
}
#header {
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	background-position:center 20px;
	height:220px;
	padding-left:30px;
}
#header h1, #header p {
	color:#ad3333;
	padding:0;
}
#header h1 {
	font-family:"Century Gothic", Tahoma, Verdana;
	font-size:22px;
	padding:30px 0 0 0;
	margin:0;
	text-transform:uppercase;
}
#header p {
	padding:0;
	margin:0;
	font-size:18px;
	color:#666;
}
#header p.acuerdo {
	padding:0;
	margin:0;
	font-size:12px;
	color:#666;
}
#footer {
	background-image:url(../images/bgfooter_.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	font-size:12px;
	text-align:center;
	color:#666;
	min-height:100px;
}
#footer p{
	margin:0 60px;
	padding:5px 0;
}
#footer hr{
	height:0;
	border:1px dashed #ccc;
	margin:5px 60px;
}
.frameborder {
	border: 1px solid #999999;
}
.frameborder_d {
	border: 1px solid #999;
}
.botones, .botonesContinuar, .botones_disabled, .boton_blanco {
	color: #fff;
	border: 1px solid #ccc;
	padding:5px;
	background-image:url(../images/brillo.png);
	background-repeat:repeat-x;
	cursor:pointer;
	text-transform: capitalize;
	border-radius:5px;
}
.botones, .botonesContinuar {
	background-color:#ad3333;
}
.botones:hover, .botonesContinuar:hover {
	background-color:#ccc;
	color:#333;
	border:1px solid #999;
}
.botones_disabled {
	background-color:#999;
}
.boton_blanco {
	background-color:#CCC;
	color:#333;
}
.combos, .combos_p, .text_field {
	background-color: #fff;
	border: 1px solid #999;
	padding:2px;
}
.combos_p {
	font-size:10px;
}
pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.texto_negro, .texto_negro_n {
	color: #000;
	font-size:12px;
	padding:3px;
}
.texto_negro_n, .texto_blanco {
	font-weight: bold;
	padding:3px;
}
.texto_blanco {
	color: #fff;
	font-size:12px;
}
.texto_mensajes {
	font-size:14px;
	color: #333;
}
.texto_titulo {
	font-size: 18px;
	color: #ad3333;
}
.texto_credito {
	color: #666;
}
.texto_alerta {
	font-size: 12px;
	line-height: 16px;
}
.texto_negro_p {
	font-size: 11px;
}
.tabla_general {
	font-size: 12px;
}
.borde_tabla {
	background-color: #ccc;
}
.fondo_tabla {
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:  5px;
	border:1px solid #ccc;
}
.fondo_celda_1, .fondo_celda_2, .fondo_celda_3, .fondo_celda_4, .fondo_celda_5 {
/*	background-image:url(../images/brillo.png);
	background-repeat:repeat-x;*/
	font-size:12px;
}
.fondo_celda_1 {
	background-color:#ad3333;
}
.fondo_celda_2 {
	background-color:#ccc;
}
.fondo_celda_3 {
	background-color: #fff;
}
.fondo_celda_4 {
	background-color:#f0f0f0;
}
.fondo_celda_5 {
	background-color: #f0f0f0;
}
.bg_celda_5 {
	background-color:#f0f0f0;
}
.fondo_blanco {
	background-color: #fff;
}
.fondo_99 {
	background-color: #999;
}
img {
	border:none
}
hr {
	noshade:noshade;
	color: #cccccc;
	size: 1px;
	border-style:dotted;
}
a:link, a:visited {
	color: #ad3333;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:active {
	color: #ad3333;
	text-decoration: underline;
}
/* Modal 
====================================*/
.modal {
 FILTER: alpha(opacity:40);
	BACKGROUND-COLOR: black;
	opacity: 0.40;
	KHTMLOpacity: 0.40;
	MozOpacity: 0.40;
	moz-opacity: 0.40;
}


.tablaconvocatorias{
	border:1px solid #666666;
	font-family:Arial, Helvetica, sans-serif;
}
.tablaconvocatorias tr:hover{
	background-color:#f0f0f0;
}
.tablaconvocatorias tr th{
	border:1px solid #ccc;
	padding:2px;
	text-align:left;
	background-color:#ad3333;
	color:#fff;
	text-align:center;
}
.tablaconvocatorias tr td{
	border:1px solid #ccc;
	padding:2px;
	text-align:left;
}
