﻿@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}
h3{
	font-size: 22px;
	margin-bottom: 22px;
	color: #333;
	font-weight: bold;
	margin-top: 0px;
} 
	
#popup {
	background-image: url(../imagenes/back-popup.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 15px;
	padding-left: 20px;
}

#popup table{
}

#popup td{
	vertical-align: top;
	font-size:16px;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	border:2px solid #cccccc;
	width:95%;
	margin-bottom:10px;
	*margin-bottom:8px;
	background:#ffffff;
	color:#781351;
	padding:5px;
}

#telf {
    width:275px;
}

.livebox_mail_taller  {
	background-image: url(../imagenes/boton-infowindow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 23px;
	width: 140px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:transparent;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-top: 7px;
	text-decoration: none;
}
.livebox_mail_taller:hover{
	background-position: left -30px;
	color: #FC0;
}

.enviar  {
	background-image: url(../imagenes/bt-form.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 23px;
	width: 123px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:transparent;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-top: 7px;
	text-decoration: none;
}
.enviar:hover{
	background-position: left -30px;
	color: #FC0;
}

.comment {
	margin-bottom: 14px;
	font-size: 14px;
	font-style: italic;
	color: #999;
}

@media  (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape), 
        (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait), 
        (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape), 
        (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait), 
        (min-device-width : 320px) and (max-device-width : 568px),
        (min-device-width : 768px) and (max-device-width : 1024px),
        (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2),
        (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1),
        (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1),
        (max-device-width: 1280px) and (orientation: landscape),
        (max-device-width: 800px) and (orientation: portrait) 
{

body {
	font-size: 18px;
}
h3{
	font-size: 32px;
	margin-bottom: 32px;
} 
	
#popup td{
	vertical-align: top;
	font-size:26px;
}

input, textarea {
	font-size:26px;
}

#telf {
    width:95%;
}
.comment {
	margin-bottom: 24px;
	font-size: 24px;
}

.enviar  {
    font-size:16px;
    line-height:16px;
}

}
