﻿.boton_blanco
{
	border: 1px solid #B72959;
	padding: 5px;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.boton_blanco:hover
{
	border: 1px solid #FDD5EC;
	padding: 5px;
	color: White;
	background-color: #D64578;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.boton_rosa
{
	border: 1px solid #FDD5EC;
	padding: 5px;
	color: White;
	background-color: #D64578;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.boton_rosa:hover
{
	border: 1px solid #B72959;
	padding: 5px;
	color:Black;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.texto
{
	border: 1px solid #B72959;
	padding: 5px;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.resaltado
{
	padding: 10px;
	border: 2px dashed #B72959;
	background-color: #F3E4EB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.subtitulo
{
	text-align: left;
	background: transparent url(http://bp2.blogger.com/_Zuzii37VUO4/Rx2c9nVpG7I/AAAAAAAACQs/n7F8yZSrclM/s1600/SRH3.png) no-repeat scroll left center;
	border-bottom: 1px dashed #EFE4E4;
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0px;
	padding: 5px 0px 5px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.formulario
{
	border: thin dashed #BA2B63;
	padding: 20px;
	margin: 10px;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
}