/*
Hoja de estilos
IUTIRLA - Sitio Web Oficial
Creada por Miguel Palazzo
*/

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: white;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #666666;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #DDDDDD;
	scrollbar-darkshadow-color: #000000;
}

BODY A, A:link, A:visited {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

BODY A:hover, A:active {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

DIV.Titulo {
	color: #000000;
	font-family: Verdana;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}

DIV.Error {
	color: #CC0000;
	font-family: Georgia;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

DIV.Contenido {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	padding-top: 10px;
	text-align: center;
}

DIV.Regresar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}

.Negrita {
	font-weight: bold;
}

.Cursiva {
	font-style: italic;
}