body {
	background-image: url(../imagenes/fondoAzuClaro.jpg);
	background-repeat: repeat-x;
}

TEXTAREA {
	border-bottom-style: inset;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-left-style-value: inset;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-right-style-value: inset;
	border-top-style: inset;
}

.tdmenu {
	/*background-image: url(../imagenes/az-bco.jpg); background-repeat:repeat-x ;*/
	background-color: #3D426A;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #DBDEF9;
}

/*Estilo principales Base azul marino*/
.titulo {
	font-family: Verdana;
	font-size: 18px;
	color: #3D426A;
	font-weight: bold;
}

.titulo1 {
	font-family: Verdana;
	font-size: 14px;
	color: #3D426A;
	font-style: italic;
}

.titulo2 {
	font-family: Verdana;
	font-size: 14px;
	color: #3D426A;
	font-weight: bold;
}

.parrafo {
	font-family: Verdana;
	font-size: 12px;
	color: #3D426A;
}

.parrafoResaltado {
	font-family: Verdana;
	font-size: 12px;
	color: #3D426A;
	font-weight: bold;
}

.txtArea {
	font-family: Verdana;
	font-size: 12px;
	width: 220px;
	color: #3D426A;
	height: 80px;
}

.txtBox {
	font-family: Verdana;
	font-size: 12px;
	width: 220px;
	color: #3D426A;
	background-image: url(../imagenes/fondoCaja.jpg);
	background-repeat: repeat-x;
}

.boton {
	font-family: Verdana;
	font-size: 13px;
	color: White;
	background-image: url(../imagenes/fondoBoton.jpg);
	background-repeat: repeat-x;
	cursor: pointer;
	border-style: solid;
	border-color: #3D426A;
	border-width: 2px;
	font-weight: bold;
}

.botonS {
	font-family: Verdana;
	font-size: 13px;
	color: #3D426A;
	background-image: url(../imagenes/fondoCaja.jpg);
	background-repeat: repeat-x;
	cursor: pointer;
	border-style: solid;
	border-color: #3D426A;
	border-width: 2px;
	font-weight: bold;
}