/* Estilos de Re-Touche */

/* Estilos generales */

body {
	background-color: honeydew;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: center;
	background-image: url(images/bkg-rt.jpg);
}

/* Classes */

.table {
	background-color: white;
	border-top-width: 15px;
	border-right-width: 2px;
	border-bottom-width: 7px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: cadetblue;
	border-right-color: cadetblue;
	border-bottom-color: cadetblue;
	border-left-color: cadetblue;
}
.table ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: teal;
	list-style-position: outside;
	margin: 30px;
	border: 1px solid cadetblue;
	padding: 20px;
	background-color: #F5F5F5;
	line-height: 1.5em;
	list-style-type: square;
}
.table-form {
	margin: 1px;
	padding: 0px;
	border: 1px solid cadetblue;
	background-color: azure;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #006666;
}
.table-form #Enviar {
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
.table-form #archivo {
	background-color: #FFFFFF;
	border: 1px solid cadetblue;
}


.table-form input {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 2px;
	padding: 2px;
	border: 1px solid cadetblue;
}
.table-form #Descripcion {
	border: 1px solid cadetblue;
}


.td-izq {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #769A5C;
	text-align: center;
	background-color: #F5F5F5;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #769A5C;
}
.td-der {
	text-align: left;
	background-color: white;
}
.td-izq a:link {
	
}
.td-pie {
	background-color: #FFFFFF;
}

.td-izq a:hover {
	
}
.td-izq a:visited {
	
}

/* Estilos de capas */

#contenedor {
	width: 728px;
	position: relative;
	display: inline;
	height: 100%;
}
#cabecera {
	position:relative;
	width:728px;
	height:90px;
	background-color: tomato;
	display: inline;
	text-align: left;
}
#cabecera h1 {
		color: white;
}
#contenido {
	background-color: #fff;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: tomato;
	margin-bottom: 20px;
	display: inline;
	float: right;
	position: relative;
	width: 546;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: tomato;
}
#pie {
	display: inline;
	position: relative;
	text-align: left;
	
}

/* Estilos HTML */

h1 {
	color: tomato;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: normal;
}
h2 {
	color: cadetblue;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h3 {
	color: #FFFFFF;
	background-color: cadetblue;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
h4 {
	color: tomato;
}
p {
	font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	color: #666666;
}
a:link {
	color: #C00;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}
a:active {
	color: #C00;
	text-decoration: underline;
}
a:visited {
	color: #C00;
	text-decoration: none;
}
address {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	font-style: normal;
	background-color: cadetblue;
	padding-left: 5px;
	margin: 0px;
}
img {
	background-color: bisque;
	background-image: url(images/bkg-img.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	font-weight: normal;
	text-align: center;
}
.table-form #Borrar {
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
.div-s {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #666666;
	line-height: 1.5em;
	background-image: url(images/bkg-s.gif);
	background-repeat: no-repeat;
	background-position: left top;
}hr {
	width: 80%;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #5F9EA0;
}
.table .td-izq table {
	margin: 0px;
	width: 250px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.td-supmsg {
	background-image: url(images/bkg-supmsg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.td-infmsg {
	background-image: url(images/bkg-infmsg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.td-medmsg {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: brown;
	border-left-width: 1px;
	border-left-color: brown;
}
.table .td-izq .td-medmsg img {
	float: right;
	margin-left: 3px;
	margin-top: 15px;
}
.td-titmsg {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: brown;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: brown;
	border-left-color: brown;
	border-right-style: solid;
	border-left-style: solid;
}

.table .td-izq .td-medmsg p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: normal;
	font-weight: normal;
	text-align: left;
}
.table .td-izq .td-medmsg strong {
	color: brown;
}
.table .td-izq .img {
	text-align: center;
}
#chica h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #003366;
	background-color: #E6E6FA;
	text-align: center;
	height: 16px;
	width: 207px;
	margin-bottom: 0px;
	font-weight: bold;
}

