﻿/*
---------------------------------------------------
Encabezado TIEMPO Y FECHA
---------------------------------------------------
*/

#Contacto
{
	text-align:left;
}



#Contacto .texto
{
	position:relative;
	top:35px;
	left:165px;
	width:215px;
}

#Contacto .correoElectronico
{
	background-image: url(/imagenes/contacto/contacto_r2_c1.jpg);
	background-repeat: no-repeat;
	min-height:150px;
	
}
#Contacto .telefonos
{
	background-image: url(/imagenes/contacto/contacto_r4_c1.jpg);
	background-repeat: no-repeat;
	min-height:125px;
}
#Contacto .mensaje
{
	background-image: url(/imagenes/contacto/contacto_r6_c1.jpg);
	background-repeat: no-repeat;
	min-height:125px;
}

.contactoFormItem
{	
	font-size:0.8em;
}

.ItemError
{

    background-image: url(/imagenes/iconos/icoBloqueadoChico.gif);
    background-repeat: no-repeat;
    background-position:top;
}

.emailCuenta
{
	font-weight:bold;	
	font-size:1em;
	text-align:right;
}
.emailArroba
{
	font-size:0.8em;
}
.emailDominio
{
	font-size:0.8em;
}


.contactoNoEnviado
{
	
	border-right: #ff0033 1px solid;
	padding-right: 2px;
	border-top: #ff0033 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #ff0033 1px solid;
	padding-top: 2px;
	border-bottom: #ff0033 1px solid;
	background-color: #ffffcc;
	color: #ff0000;
}

.contactoEnviado
{
	
	border-right: #33cc00 1px solid;
	padding-right: 2px;
	border-top: #33cc00 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #33cc00 1px solid;
	padding-top: 2px;
	border-bottom: #33cc00 1px solid;
	background-color: #d5ffad;
	font-weight: bold;
	color: #66cc00;
}