@charset "utf-8";
/* CSS Document */

/* Reseteo de CSS */
* {
	margin: 0;
	border: 0;
	/* Configuracion de tipo de letra y tama嬱o por defecto */
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 0px;
	text-decoration: none;
}
html, body {
	margin:0px;
	padding:0px;
	text-align:center;
	min-height:100%;
	max-height:100%;
	
	/* Configuracion de color de letra por defecto */
	color: #333;
	
	/* Configuracion de fondo de pagina */
	background:#CCC;
}

/* Configuracion de enlaces */
a:link		{ text-decoration: none; color: #fff; }
a:visited	{ text-decoration: none; color: #fff; }
a:hover		{ text-decoration: underline; color: #fff; }
a:active	{ text-decoration: none; color: #fff; }

/* Configuracion de encabezados */
h1, h2, h3, h4, h5, h6 { font-weight:normal; }
p { float:left; }

/* Configuracion de textos */
.TextoBlanco	{ color:#FFF; }
a.TextoBlanco	{ color:#FFF; }
.TextoNegro2	{ color:#666; }
a.TextoNegro2	{ color:#666; }
.TextoRojo		{ color:#C30; }
a.TextoRojo		{ color:#C30; }
.TextoVerde		{ color:#093; }
a.TextoVerde	{ color:#093; }
.TextoVerdeMFuerte		{ color:#060; }
a.TextoVerdeMFuerte	{ color:#060; }
.TextoAzul		{ color:#00F; }
a.TextoAzul		{ color:#00F; }
.Subrayado		{ text-decoration:underline; }
a.Subrayado		{ text-decoration:underline;  }

/* Configuracion de la estructura de la pgina */
#STweb {
	width: 700px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
#STweb #cuerpo {
	float: left;
	width: 700px;
	background-color: #FFF;
}
#STweb #cuerpo p {

}
#STweb #cuerpo table {
	float: left;
}
#STweb #cuerpo table tr #inferior {
	color: #FFF;
	padding: 10px;
}
#STweb #cuerpo table tr td h1 strong {
	font-size: 30px;
	color: #FFF;
	font-family: "Comic Sans MS", cursive;
	text-decoration: underline;
}
#STweb #cuerpo table tr td h2 strong {
	font-size: 20px;
	color: #FFF;
}
#STweb #cuerpo table tr td h3 strong {
	font-size: 20px;
	color: #C36;
}
#STweb #cuerpo table tr td a .foto {
	border: 5px solid #CCC;
}
#STweb #cuerpo table tr td .entrar a {
	color: #C30;
	font-size: 20px;
	font-weight: bold;
}

